home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / sir10003 / swtdemo.bat < prev    next >
DOS Batch File  |  1993-03-08  |  803b  |  20 lines

  1. @echo off
  2. cls
  3. echo Realms of Arkania - Blade of Destiny
  4. echo -----------------------------------------------------------------------------
  5. echo This demo can be paused at any time by simply pressing the RETURN key. 
  6. echo Pressing any other key will then transfer the program back into its
  7. echo running mode. The SPACE bar let's you switch to the next screen without
  8. echo any further delay.
  9. echo.
  10. echo Press the keys '1' to '9' to adjust the demo's over-all speed.
  11. echo Following you'll find some speed settings for various machines which should 
  12. echo give you an idea of where to place your own equipment.
  13. echo.
  14. echo 286 /  8 MHz   press   '1'
  15. echo 386 / 12 MHz   press   '2'
  16. echo 386 / 32 MHz   press   '3'
  17. echo 486 / 16 MHz   press   '4'
  18. echo 486 / 66 MHz   press   '6'
  19. arkania.exe
  20.